home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
CMCD1203.ISO
/
Software
/
Complet
/
CINEBENCH 2003
/
resource
/
modules
/
objects
/
res
/
description
/
Ocapsule.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
317b
|
13 lines
#ifndef _OCAPSULE_H_
#define _OCAPSULE_H_
enum
{
PRIM_CAPSULE_RADIUS = 5200, // REAL
PRIM_CAPSULE_HEIGHT = 5201, // ==PRIM_CONE_HEIGHT
PRIM_CAPSULE_HSUB = 5202, // ==PRIM_CONE_HSUB
PRIM_CAPSULE_FSUB = 5203, // ==PRIM_CONE_FSUB
PRIM_CAPSULE_SEG = 5204 // ==PRIM_CONE_SEG
};
#endif